Return

Edit Task: SetPossibility TimeImports

Description

The SetPossibility TimeImports attribute under EditTask imports window files for the task possibility defined. If multiple files are used, then the time sets from each file are intersected, not unioned.

For more information on parameters, see the Window File Import page.

Parameters

ParameterDescription
PossibilityNameA string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes.
TimeImportsA string of text in single quotes of the full path name for the file that is being imported.

Examples

Import 2 times for a possibility

PATCH api/task/TaskA

Body:

{

"SetPossibility" : {

"PossibilityName" : "ResA,ResB",

"TimeImports" : ["C:\inputs\Times1.txt","C:\inputs\Times2.txt"]

}

}